home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / CPP / METAKIT.ZIP / EXAMPLES / CATFISH / PICKDIR.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-09  |  431 b   |  12 lines

  1. //    pickdir.h  -  directory picker sample code
  2. //
  3. //    This is a part of the MetaKit library.
  4. //    Copyright (c) 1996 Meta Four Software.
  5. //    All rights reserved.
  6. /////////////////////////////////////////////////////////////////////////////
  7.  
  8. extern CString PickDirectory(CWnd* pParentWnd =0);
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // $Id: pickdir.h,v 1.2 1996/12/04 14:49:32 jcw Exp $
  12.